home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / loTeX / loTeX.app / Makefile < prev    next >
Encoding:
Makefile  |  1992-07-28  |  1.1 KB  |  45 lines

  1. #
  2. # Generated by the NeXT Interface Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Interface Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = loTeX
  11.  
  12. INTERFACES = FindManager.nib accents.nib arrows.nib binops.nib blank.nib \
  13.              delim_space.nib greek.nib loTeX.nib loglike.nib misc.nib \
  14.              relations.nib symbols.nib type.nib varsized.nib
  15. CLASSES = Controller.m ErrorStream.m FindManager.m Subprocess.m SwapView.m \
  16.           XTAction.m XTScroller.m XText.m XText0.m loTeX.m
  17. MFILES = XTAction_parser.m loTeX_main.m
  18. CFILES = regex.c
  19. HFILES = regex.h
  20. TIFFFILES = loTeX.tiff
  21. APPICON = loTeX.tiff
  22.  
  23.  
  24. SOURCEMODE = 444
  25.  
  26. LIBS = -lNeXT_s -lsys_s
  27. DEBUG_LIBS = $(LIBS)
  28. PROF_LIBS = -lNeXT_p -lsys_p
  29.  
  30. MAKEFILEDIR = /usr/lib/nib
  31. ICONSECTIONS =    -sectcreate __ICON app loTeX.tiff
  32. APPWRAPPER = YES
  33. NOMACHO = YES
  34.  
  35. INSTALLDIR = $(HOME)/Apps
  36. INSTALLFLAGS = -c -s -m 755
  37.  
  38. -include Makefile.preamble
  39.  
  40. include $(MAKEFILEDIR)/app.make
  41.  
  42. -include Makefile.postamble
  43.  
  44. -include Makefile.dependencies
  45.